Q3Shared_GetReference
You can use theQ3Shared_GetReference
function to get a reference to a shared object.
TQ3SharedObject Q3Shared_GetReference ( TQ3SharedObject sharedObject);
sharedObject
- A shared object.
DESCRIPTION
TheQ3Shared_GetReference
function returns, as its function result, a reference to the shared object specified by thesharedObject
parameter. You can use this function to prevent QuickDraw 3D from deleting an object twice.